home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / program / gtld3656.lha / GadUtil / Docs / AutoDocs / 18.GU_CloseCatalog < prev    next >
Text File  |  1995-06-18  |  685b  |  26 lines

  1. gadutil.library/GU_CloseCatalog               gadutil.library/GU_CloseCatalog
  2.  
  3.    NAME
  4.     GU_CloseCatalog -- Close a message catalog.
  5.  
  6.    SYNOPSIS
  7.     GU_CloseCatalog(catalog)
  8.                     A0
  9.  
  10.     VOID GU_CloseCatalog(struct Catalog *);
  11.  
  12.    FUNCTION
  13.     Concludes access to a message catalog. The usage count of the
  14.     catalog is decremented. When this count reaches 0, the catalog
  15.     can be expunged from system memory whenever a memory panic occurs.
  16.  
  17.    INPUTS
  18.     catalog - the message catalog to close. A NULL catalog is a valid
  19.           parameter and is simply ignored.
  20.  
  21.    NOTES
  22.     This function is a shortcut to the locale/CloseCatalog() function.
  23.  
  24.    SEE ALSO
  25.     GU_OpenCatalog(), GU_GetLocaleStr()
  26.